home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_071 / amibas / read_me < prev    next >
Text File  |  1992-05-06  |  2KB  |  72 lines

  1. LIST
  2. ' These AmigaBASIC programs are distributed
  3. ' in Germany as part of the official Extras
  4. ' disk (here called ExtrasD), but there with
  5. ' german comments.
  6.  
  7. ' Programs are Copyright Dr. Peter Kittel,
  8. ' Commodore Frankfurt, Germany, and may
  9. ' be distributed freely.
  10. ' There is only one exception:
  11. ' the 3d-nplot program came from an 
  12. ' HP User Group, see copyright note there.
  13.  
  14. ' The programs, short descriptions:
  15.  
  16. ' 3d-nplot
  17. ' Provides a hidden line algorithm to draw
  18. ' a 3d view of a function Z(X,Y) you have
  19. ' to provide as a subroutine. 
  20. ' See the built-in example.
  21. ' Algorithm is UNKNOWN, perhaps anyone
  22. ' out there can teach us, we feel
  23. ' deeply ashamed for this situation.
  24. ' Variable names have no meaning in general,
  25. ' most of them were generated automatically
  26. ' in a conversion process from an earlier
  27. ' version. It ran on real PETs then!
  28. ' Note definition of the function as a
  29. ' subroutine, so we are able to use IF!
  30. ' Greatest advantage:
  31. ' It takes 5 minutes maximum to adapt this
  32. ' program to any computer or plotter known,
  33. ' as long as it runs Microsoft BASIC.
  34.  
  35. ' Caleidoscope
  36. ' With this you get a faint imitation
  37. ' of the Electronic Arts Caleidoscope.
  38.  
  39. ' CLogo
  40. ' Want to learn about PAINT and AREA?
  41. ' Look at this totally neutral example,
  42. ' not disturbing fun by permanently
  43. ' inserted ads, just showing some cute,
  44. ' colored patterns...
  45.  
  46. ' Comp
  47. ' Utility: Compare two files byte by byte.
  48. ' You may choose to look at the file
  49. ' contents (in hex) with differences
  50. ' marked by color.
  51. ' Learn about byte oriented file I/O,
  52. ' making a hexdump, interact with user.
  53.  
  54. ' lib2
  55. ' Slighty modified version of the
  56. ' old program Library from the Extras
  57. ' disk. Now diskfont is used to choose
  58. ' a font really from the disk, so you
  59. ' can use ANY.
  60.  
  61. ' Search
  62. ' AmigaBASIC version with following 
  63. ' differences to the AmigaDOS one:
  64. ' the search string may contain control
  65. ' chars, a binary file can be searched,
  66. ' contents around an occurence of the
  67. ' search string is shown as hexdump.
  68. ' Same features used as in Comp.
  69.  
  70. ' Dr. Peter Kittel, 24 Feb 87
  71.  
  72.